home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / HAMRADIO / WXRDR22.ZIP / WXRDR20.DOC < prev    next >
Text File  |  1988-01-02  |  5KB  |  89 lines

  1. Weather Radar Plotting Program, [ WXRDR ] - Ver. 2.0 - (Copyright 1987)
  2. By:  Phil Baughn & Mike McCauley - December 1987, (All Rights Reserved)
  3. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
  4.  
  5. Standard form 'raw'  radar data obtained from most services around  the 
  6. country is in the format of RADAR.DAT. 
  7.  
  8.                    xxxyyyz - xxx=lat*10
  9.                              yyy=(lon-50)*10
  10.                                z=intensity 
  11.  
  12. The  program  reads the data in RADAR.DAT and plots the results on  EGA 
  13. monitors. 
  14.  
  15. The  program  is completely 'menu-driven'.   The files packed with  the 
  16. program  disk (or ARChive file)  MUST remain on the same disk or in the 
  17. same subdirectory as the main program.   BRUN40.EXE is required so that 
  18. we could make use of some extra and special subroutines which could not 
  19. be included in the standalone EXE method. 
  20.  
  21. When you first start the program,  a default data file, WXRDR.DAT,  has 
  22. been  supplied  using  Lexington,   Kentucky as the  central  point  of 
  23. plotting.   This file can be customized for your specific locations and 
  24. color  desires using the standalone program RDCONFIG.EXE or by choosing 
  25. the  OPTIONS  SETUP feature from the main menu which  will  envoke  the 
  26. configuration program for you directly from the program.   This  option 
  27. is  especially  useful when attempting to select your choice of  colors 
  28. and  intensities as it allows immediate display of data from the  menu.  
  29. Should  this file be deleted it will be necessary to recreate it  using 
  30. the program as just mentioned before any data can be plotted. 
  31.  
  32. This  program attempts to plot in as close to "SuperRadar"   format  as 
  33. possible just as the television weather broadcasts do.  We are sure you 
  34. will agree that this package does quite a good job. 
  35.  
  36. The most cost effective service we have seen from which to obtain up to 
  37. the minute data for plotting is WeatherBank,  Inc.  which is accessible 
  38. at either 1200  or 2400 baud 24  hours a day for merely the cost of the 
  39. phone  call  (download of current radar data takes less than 1  minute) 
  40. plus 15  cents a minute.   For more information on WeatherBank  contact 
  41. either  author  of  this program or Steve Root at  WeatherBank  direct.  
  42. Steve  Roots number (voice)  is 801-973-3131.   WeatherBank  data  also 
  43. includes  any other information you might ever be interested in besides 
  44. the radar data. 
  45.  
  46. Several radar data files have been included and can be dated by  simply 
  47. observing the date and time stamps which DOS has placed on the files as 
  48. they were downloaded.  These data files can be named however you wish.  
  49.  
  50. A  batch file which envokes PROCOMM and automatically runs the  PROCOMM 
  51. script necessary to 1 - call WeatherBank,  2 - logon, 3  -  open a file 
  52. for data capture,  4  - retrieve the current data, 5 - logoff,  and 6 - 
  53. returns  you  to the program for immediate plotting has been  included.  
  54. You will need to fill in the appropriate information as to your sign on 
  55. passwords,  etc..  You must also have PROCOMM available unless you wish 
  56. to  rewite  another simple script for any of the  other  communications 
  57. programs which you may be using.   This automatic retrieval of  current 
  58. data and display is selectable as a main menu option. 
  59.  
  60. To  run the program,  first create a subdirectory for the  files,   (or 
  61. place  them  all on the same disk),  and copy the files  over.    Enter 
  62. STARTWXR  at the DOS prompt.   If you have PROCOMM,  either change  the 
  63. batch  file  RDRDLOAD.BAT to properly go to the PROCOMM  directory  and 
  64. return or copy the PROCOMM files over as well.   Additionally,  a  data 
  65. file  filename  may  be  enter  directly  from  the  command  line   to 
  66. immediately  plot  rather than going to the selection menu.    Use  the 
  67. format WXRDR20  (dataname)  at the DOS prompt to automatically  display 
  68. the data file (dataname). 
  69.  
  70. This  program  represents many hours of effort as can be  plainly  seen 
  71. when run.  It is distributed as SHAREWARE.  It is copywrited and NOT to 
  72. be  considered as Public Domain software.   This program may be  freely 
  73. copied and distributed for review purposes only.   Should this  program 
  74. be  of  value  to  you after review,   the  authors  request  a  $35.00 
  75. contribution as payment for your 'licensing'  fee to use the  software.  
  76. A  small price for the value received and to keep the SHAREWARE concept 
  77. strong  and  active.   Your contribution will also grant you a  1  year 
  78. membership fee to The Mailroom RBBS in Lexington, KY. where support and 
  79. future  enhancements  will be released first.   The  Mailroom  normally 
  80. charges a $25.00  annual fee for its use alone as it contains over 3000 
  81. program files and has been established for nearly 4 years.* 
  82.  
  83. We sincerely hope you find this program as useful and informative as we 
  84. do and would be very interested in your feedback and comments.
  85.  
  86.  
  87.  
  88. * Information current as of 12/87.
  89.